home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / May 96 / Re R1 Unused routines < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.6 KB  |  [TEXT/ttxt]

  1. Subject:     Re: R1 Unused routines
  2. Sent:        5/27/96 8:59 PM
  3. Received:    5/28/96 8:25 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >In the process of converting our part to R1, we found we were using many
  9. >routines that appear to no longer be supported directly.  These routines
  10. >(found in files DocUtils.cpp, BArray.cpp, PlfmFile.cpp, etc) are found in
  11. >the Unused folder (ODF:Found:ODUtils:Unsed).  Are there replacement
  12. >routines/classes under R1?  For example what should we use instead of
  13. >ODAcquireRootPartSUOfDraft, ODOpenFileDocument, or TempODStorageUnit)?
  14. >
  15. >Regards,
  16. >
  17. >Karl Jepsen
  18. >Digital Harbor
  19.  
  20. The OpenDoc utilies are not part of ODF. They have been developed and are 
  21. maintained by the OpenDoc team. ODF uses a very small subset of them 
  22. (files not in the unused folder) but your are free to use anything you 
  23. want. We provide a copy of them in the ODUtil folder but you can also get 
  24. them directly from the OpenDoc SDK. I would also suggest you not to use 
  25. any of the TempODxxx object but use instead the ODF FW_CAcquiredODxxxxx. 
  26. If an FW_CAcquiredODxxxx is missing then directly use the template based 
  27. object FW_TAcquiredODRefCntObject<ODxxxx>. Look also in using 
  28. FW_CByteArray instead of the routines in BArray.cpp
  29.  
  30. ......................................................................
  31.  Henri Lamiraux                                      lamiraux@apple.com
  32.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  33. ......................................................................
  34.  
  35.